Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Garbage Values in MySQL Fields when Alias Length exceeds 250 characters #4403

Merged
merged 1 commit into from
Dec 20, 2023

Conversation

rahim-kanji
Copy link
Collaborator

@rahim-kanji rahim-kanji commented Dec 18, 2023

Resolves Issue#4402

Executing a query with a table or column alias exceeding 250 characters impacts the length of the MySQL field for the database name and column name, respectively, leading to garbage values being read at the end.

@rahim-kanji rahim-kanji changed the title Fixed: Garbage Values in MySQL Fields when Alias Length exceeds 250 characters Garbage Values in MySQL Fields when Alias Length exceeds 250 characters Dec 18, 2023
…ters impacts the length of the MySQL field for the database name and column name, respectively, leading to garbage values being read at the end.

* Added TAP test
@renecannao renecannao marked this pull request as ready for review December 20, 2023 01:38
@renecannao renecannao merged commit e662667 into v2.x Dec 20, 2023
243 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Garbage Values in MySQL Fields when Alias Length exceeds 250 characters
2 participants